home *** CD-ROM | disk | FTP | other *** search
-
- VIEW22.DOC VIEW v2.2 November 22, 1993
-
- Version 2.1 -- The key input logic was rewritten and improved.
- The read buffer was enlarged to handle larger files more smoothly.
- Added redirection and piping in DOS with the /R option. Search
- and Search Again were added. The size was kept to 1k so this
- program is suitable for distribution disks.
- Version 2.2 -- Added case-insensitive search (S).
-
- Usage: VIEW [D:\PATH\]SOMEFILE.DOC
-
- Keys: Home, Up, PgUp, Left, Right, End, Down, PgDn.
- * = WordStar high bit toggle Esc = exit
- F = Find exact match from beginning
- S = Search for any match, case insensitive, from beginning
- A = Search Again or Find Again from current position
-
- Use VIEW /R wherever you would normally use MORE in redirection
- and piping. See DOS manual on MORE.
-
- Example: LHA P SOMEFILE.LZH *.DOC | VIEW /R
-
- This program may be freely distributed. --DMD.